| lcPaint_DrawTextBC | Home |
|
BOOL lcPaint_DrawTextBC ( HANDLE hLcWnd, HANDLE hMpgon, double Gap, double Height, int Align, LPCWSTR szText ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| hMpgon | |
| Handle to barcode multipolygon. | |
| Gap | |
| Multiplication coefficient to the Height value. It defines a distance between text and barcode. | |
| Height | |
| Height of text characters. | |
| Align | |
|
Text position: LC_BTA_LEFT - aligned to left side of barcode, LC_BTA_CENTER - aligned to center of barcode, LC_BTA_RIGHT - aligned to right side of barcode | |
| szText | |
| Text string. | |
| If the function succeeds, the return value is nonzero (TRUE). |
Additional text parameters are got from global properties:
|
| lcPaint_FontSelect, lcPaint_MpgonAddBarcode |